home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 February / Macworld (1998-02).dmg / Shareware World / Comms & Internet / ShadowBot 1.23 / Plugins / keester < prev    next >
Text File  |  1997-03-01  |  447b  |  26 lines

  1. 'Keester Sample Plugin
  2. '© John Bafford, 1996-1997
  3.  
  4. *COMMAND keester 300
  5. *ENDCONF
  6.  
  7. @GETARGS 1
  8. @IF #$NUMARGS <1 noArgs
  9.  
  10. SAY Okay, $ARG1, I'll give you till the count of ten to get your lousy, no good, keester off my property."
  11. @DELAY 30
  12. SAY One...
  13. @DELAY 50
  14. SAY Two...
  15. @DELAY 50
  16. SAY Three...
  17. @DELAY 50
  18. SAY Ten...
  19. SAY BANG! BANG! BANG!
  20. KICK  $CHANNEL $ARG1 Keep the change, you filthy animal!!
  21. @END
  22.  
  23. @LABEL noArgs
  24. NOTICEQ $NICK Umm....kill who?
  25. @END
  26.